home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 20 / QTTextSample / MyTraps.h < prev    next >
Encoding:
Text File  |  1997-02-26  |  273 b   |  16 lines  |  [TEXT/KAHL]

  1. // Simple framework for Macintosh sample code
  2. //
  3. // Nick Thompson, DEVSUPPORT
  4. //
  5. // This file contains the trap detection related headers for the framework.
  6. // 
  7. // 9/16/94    nick    first cut
  8.  
  9.  
  10. #ifndef _TRAPS_H_
  11. #define _TRAPS_H_
  12.  
  13. Boolean    TrapAvailable(short theTrap) ;
  14.  
  15. #endif
  16.